WebOrder-v1.0 Schema
Price Element
WebOrder-v1.0 Schema > Row Complex Type : Price Element
Namespace urn:xmlns:nedfox-retaillink-com:WebOrder
Diagram
SalePriceType Element NetSalePriceInclVat Element GrossSalePriceInclVat Element All Price Element
Overview
Price optional
All
GrossSalePriceInclVat optional xs:decimal
NetSalePriceInclVat xs:decimal
SalePriceType Restriction of xs:string
Source
<xs:element name="Price" minOccurs="0" maxOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:all>
      <xs:element name="GrossSalePriceInclVat" minOccurs="0" maxOccurs="1" type="xs:decimal" />
      <xs:element name="NetSalePriceInclVat" minOccurs="1" maxOccurs="1" type="xs:decimal" />
      <xs:element name="SalePriceType" minOccurs="1" maxOccurs="1">
        <xs:simpleType>
          <xs:restriction base="xs:string">
            <xs:pattern value="Sku|Quantity" />
          </xs:restriction>
        </xs:simpleType>
      </xs:element>
    </xs:all>
  </xs:complexType>
</xs:element>
See Also
Row Complex TypeWebOrder-v1.0 Schema